projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b94de2
)
Don't put `delete-selection' property on `insert-parentheses' symbol
author
Juri Linkov
<juri@jurta.org>
Sat, 1 May 2004 04:00:51 +0000
(
04:00
+0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 1 May 2004 04:00:51 +0000
(
04:00
+0000)
to take advantage of region handling in `insert-pair' function.
Suggested by Stephan Stahl <stahl@eos.franken.de>
lisp/delsel.el
patch
|
blob
|
history
diff --git
a/lisp/delsel.el
b/lisp/delsel.el
index 88e23cb218e674bcac10a21bf9bbccfb6238d764..d8e034a5f9fc0bdf5c1c49c68001ad2f2574150e 100644
(file)
--- a/
lisp/delsel.el
+++ b/
lisp/delsel.el
@@
-123,8
+123,6
@@
any selection."
(put 'newline 'delete-selection t)
(put 'open-line 'delete-selection 'kill)
-(put 'insert-parentheses 'delete-selection t)
-
;; This is very useful for cancelling a selection in the minibuffer without
;; aborting the minibuffer.
(defun minibuffer-keyboard-quit ()